home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970326-19970626 / 000317_news@newsmaster….columbia.edu _Tue Jun 17 20:17:28 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id UAA26414
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 17 Jun 1997 20:17:28 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id UAA28791
  7.     for kermit.misc@watsun; Tue, 17 Jun 1997 20:17:28 -0400 (EDT)
  8. Path: news.columbia.edu!panix!arclight.uoregon.edu!enews.sgi.com!news.sgi.com!newsfeed.netscape.com!pixie.mcom.com!news
  9. From: David Richardson <davidr@netscape.com>
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: having trouble receiving a file
  12. Date: Tue, 17 Jun 1997 04:37:13 -0700
  13. Organization: Another Netscape Collabra Server User
  14. Lines: 27
  15. Message-ID: <33A676E9.1980@netscape.com>
  16. NNTP-Posting-Host: 207.1.147.99
  17. Mime-Version: 1.0
  18. Content-Type: text/plain; charset=us-ascii
  19. Content-Transfer-Encoding: 7bit
  20. X-Mailer: Mozilla 3.0GoldC (X11; U; SunOS 5.5 sun4m)
  21. Xref: news.columbia.edu comp.protocols.kermit.misc:7178
  22.  
  23. I have a script that is dialing a number, then outputting a key, then
  24. receiving a file. The remote site is seeing the key but I am not able to
  25. receive the file. If someone could look at this script and give me some
  26. ideal what I am doing wrong. I would appreciate it. 
  27.  
  28. set terminal autodownload on
  29. set terminal debug on
  30. set transfer display none
  31. set input echo on
  32.  
  33. show terminal
  34.  
  35. call usrobotics /dev/ttyc 9600 9,6666666
  36.  
  37. output \13
  38. input 10
  39. if fail end 1 No prompt!
  40. pause 5
  41. output 66666\13
  42.  
  43. pause 10
  44. if fail end 1 No Prepare system message!!
  45. output receive\13
  46.  
  47.  
  48. Thanks 
  49. David R.